home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / wx_lib10.zoo / wx_free.c < prev    next >
C/C++ Source or Header  |  1992-08-01  |  211b  |  13 lines

  1. #include <wx_lib.h>
  2.  
  3. /*
  4.  * Free the VDI workstation that the wx_lib functions have been using (it
  5.  * might only be stored in the structure.
  6.  */
  7. void    wx_free(ws)
  8. Window    *ws;
  9. {
  10.     v_clsvwk(ws->vdih);
  11. }
  12.  
  13.